GetDistinctValues method

Returns the unique values of the specified property.

Syntax

GetDistinctValues(PropertyName As String, MaxValues As Long = -1)
Parameters
Name Description

PropertyName

The name of the property for which to retrieve values.

MaxValues

The maximum number of values to return. The default of -1 returns all values.

Return Value

An array of the values for the specified property.

Related concepts

About the Vault object